Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LTE config script #6

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

LTE config script #6

wants to merge 8 commits into from

Conversation

dakejahl
Copy link
Contributor

NetworkManager wasn't working nicely so I gave up on it. We will have to manage the connection manually.

Remaining

  • We need to figure out how to gracefully switch between USB/Ethernet/LTE depending on which is available. For example if USB is connected and configured as the default route but packet forwarding isn't enabled, there will be no connection to the internet but Linux won't fallback to the available LTE route. Conversely if LTE is set as the default route but ethernet is available, I don't think it will switch over. We might need to create a little service for managing connections and switching to the most appropriate one.

  • Service + config file for storing APN, mostly done in [WIP] LTE auto configure script #5

Questions

  • is the APN the only thing the user needs to enter?
  • should we allow FW updating via the UI?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants